home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMPAUSEASERVICE / TFRMPAUSEASERVICE.txt < prev   
Encoding:
Text File  |  2003-01-14  |  2.2 KB  |  98 lines

  1. inherited frmPauseAService: TfrmPauseAService
  2.   Left = 438
  3.   Top = 215
  4.   HelpContext = 69
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited pnlTop: TPanel
  10.     inherited lblCommandName: TLabel
  11.       Caption = ''
  12.     end
  13.     inherited img1616: TImage
  14.       Picture.Data = {<image000.ico>}
  15.     end
  16.     inherited memActionDesc: TMemo
  17.       Lines.Strings = (
  18.         
  19.           'Pauses the specified service.  Use the "Resume Service" action t' +
  20.           'o start the '
  21.         'service once paused.  Services do not run on Windows 95/98/ME.')
  22.     end
  23.   end
  24.   inherited pnlCenter: TPanel
  25.     inherited pgcControlPage: TPageControl
  26.       inherited tbsAM5Main: TTabSheet
  27.         object lblServiceToStart: TLabel
  28.           Left = 10
  29.           Top = 16
  30.           Width = 329
  31.           Height = 13
  32.           AutoSize = False
  33.           Caption = '&Service to pause:'
  34.           FocusControl = cboServiceName
  35.         end
  36.         object cboServiceName: TComboBox
  37.           Left = 10
  38.           Top = 32
  39.           Width = 433
  40.           Height = 21
  41.           ItemHeight = 13
  42.           Sorted = True
  43.           TabOrder = 0
  44.           OnDropDown = cboServiceNameDropDown
  45.         end
  46.         object cbIncludeDrivers: TCheckBox
  47.           Left = 10
  48.           Top = 65
  49.           Width = 425
  50.           Height = 17
  51.           Caption = 'Include device and &file system drivers'
  52.           TabOrder = 1
  53.         end
  54.       end
  55.     end
  56.   end
  57.   inherited taclKeyboardTrap: TActionList
  58.     Left = 200
  59.   end
  60.   inherited dxSIBarManager: TdxBarManager
  61.     Categories.ItemsVisibles = (
  62.       2)
  63.     Categories.Visibles = (
  64.       True)
  65.     PopupMenuLinks = <
  66.       item
  67.         Control = lsvAM5Errors
  68.         PopupMenu = dxCheckPopup
  69.       end>
  70.     Left = 44
  71.     Top = 199
  72.     DockControlHeights = (
  73.       0
  74.       0
  75.       0
  76.       0)
  77.   end
  78.   inherited dxCheckPopup: TdxBarPopupMenu
  79.     ItemLinks = <
  80.       item
  81.         Item = itmCheckAllErrors
  82.         UserGlyph.Data = {00000000}
  83.         Visible = True
  84.       end
  85.       item
  86.         Item = itmCheckNoErrors
  87.         UserGlyph.Data = {00000000}
  88.         Visible = True
  89.       end>
  90.     Left = 128
  91.     Top = 115
  92.   end
  93.   inherited IvTranslator1: TIvTranslator
  94.     Left = 232
  95.     Top = 348
  96.   end
  97. end
  98.